API Help
Eplan.EplApi.HEServices Namespace / Revision Class / RemoveRevisionMarkers Method / RemoveRevisionMarkers(IEnumerable<Placement>) Method
Placements for which revision markers will be removed.

In This Topic
    RemoveRevisionMarkers(IEnumerable<Placement>) Method
    In This Topic
    Removes revision marker.
    Syntax
    public void RemoveRevisionMarkers( 
       IEnumerable<Placement> colPlacements
    )
    public:
    void RemoveRevisionMarkers( 
       IEnumerable<Placement^>^ colPlacements
    ) 

    Parameters

    colPlacements
    Placements for which revision markers will be removed.
    Exceptions
    ExceptionDescription
    Thrown in case of invalid parameters.
    \Internal interface necessary for the revision management could not be created.
    An error occurred, during the action.
    Remarks
    When a revision for a project section is active, only the markers of the pages and installationspaces are included.
    See Also